﻿@charset "utf-8";
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
.wow {
    visibility: hidden;
}
.bdshare_popup_box {
    display: none !important;
}
/*清除内外边距*/
a:focus {
    -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.new_lnmb{
  padding: 0 20px;
}
.new_lnmb p{
  text-align: center;
  margin: 10px 0;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a[href]:hover {
  color: #06F;
}
.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
}
.ql_fenye a,
.ql_fenye span,
.ql_fenye em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 2px 12px;
  margin: 0px 3px;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover {
  background: url(../images/xiexian.png) no-repeat center;
}
.ql_fenye span {
  background: url(../images/xiexian.png) no-repeat center;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 16px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_yik {
  background: url(../images/youback.jpg) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 24px;
  visibility: hidden;
}
.c_yik img {
  visibility: hidden;
}
.c_yik div {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 40px;
  left: 0;
  top: 50%;
  margin-top: -240px;
}
.c_yik a.goin {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 30px;
  visibility: hidden;
}
.c_yik a.goin:hover {
  color: #ffe0c9;
  border-color: #ffe0c9;
}
.c_botcopyright {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  left: 0;
  bottom: 0;
  height: 68px;
  line-height: 68px;
}
.c_botcopyright a {
  color: #4d4d4d;
}
.c_botcopyright a:hover {
  color: #ddd;
}
.c_botcopyright img {
  vertical-align: middle;
}
.c_banner {
  position: relative;
  overflow: hidden;
}
.c_banner .bannerqie {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#banner_swiper {
    display: none;
}
#banner_swiper img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .c_banner .bannerqie {
        display: none;
    }
    #banner_swiper {
        display: block;
    }
}
.c_banner .hd {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 6;
}
.c_banner .hd ul {
  text-align: center;
}
.c_banner .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  margin: 0 5px;
  border-radius: 50%;
}
.c_banner .hd li:hover{
  cursor: pointer;
}
.c_banner .hd li.on {
  background: #0057BE;
}
.c_banner .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1080px;
}
.c_banner .slider img {
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  bottom: 0;
}
.floor2 {
  background: url(../images/floor2back.jpg) repeat-y left center;
}
.c_video {
  height: 640px;
  width: 44%;
  max-width: 525px;
  margin: 0 4% 0 8%;
  float: left;
  position: relative;
}
.c_video div {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/about2.jpg) no-repeat;
  width: 202px;
  height: 339px;
}
.c_video div a {
  display: none;
  background: url(../images/bofang.png) no-repeat center top;
  width: 61px;
  height: 43px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -30px;
}
.c_video div a:hover {
  background-position: center bottom;
}
.c_indexabout {
  margin: 0 10% 0 0;
}
.c_indexabout .c_dazi {
  font-size: 100px;
  display: block;
  color: #0064d6;
  line-height: 1;
  text-transform: uppercase;
}
.c_indexabout h2.c_cateabout {
  font-size: 36px;
  line-height: 2.2;
}
.c_indexabout h2.c_cateabout a {
  color: #0064d6;
  display: inline-block;
  background: url(../images/lanxian.png) no-repeat left bottom;
  transition: all 0.3s;
}
.c_indexabout h2.c_cateabout a:hover {
  color: #FF6D00;
}
.c_indexabout .c_indexdes {
  font-size: 14px;
  color: #111;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 15px 0 0;
}
.c_indexabout .c_more {
  display: inline-block;
  width: 65px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  background: url(../images/jiatou.png) no-repeat left bottom;
  padding-left: 5px;
}
.c_indexabout .c_more:hover {
  color: #0064D6;
}
.c_indexabout .c_qianming {
  float: right;
}
.c_indexabout .c_aboutlm {
  overflow: hidden;
  margin: 120px 0 0;
}
.c_indexabout .c_aboutlm h2 {
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 20px 0 0;
}
.c_indexabout .c_aboutlm h2 a {
  display: block;
  width: 155px;
  text-align: center;
  border: 1px solid #aaa;
  height: 32px;
  line-height: 32px;
  color: #333;
  transition: all 0.3s;
}
.c_indexabout .c_aboutlm h2 a em {
  display: none;
}
.c_indexabout .c_aboutlm h2 a:hover {
  color: #ff6d00;
  border-color: #ff6d00;
}
.c_indexabout .c_aboutlm h2 a:hover em {
  display: inline;
}
.floor3 {
  background: url(../images/floor3back.jpg) no-repeat center bottom;
}
.floor3 .c_lm {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.floor3 .c_lm .hoverback {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  border-left: 1px solid #fff;
  margin-left: -1px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.5s;
}
.floor3 .c_lm div {
  position: absolute;
  bottom: 100px;
  left: 7%;
  width: 90%;
}
.floor3 .c_lm h2 {
  font-size: 30px;
  font-weight: normal;
}
.floor3 .c_lm h2 a {
  color: #fff;
  line-height: 2;
}
.floor3 .c_lm em {
  display: block;
  color: #fff;
  font-size: 30px;
}
.floor3 .c_lm .c_more {
  display: block;
  font-size: 36px;
  width: 36px;
  line-height: 50px;
  color: #fff;
  margin-top: 20px;
}
.floor3 .c_lm:hover .hoverback {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.floor4 {
  background: url(../images/floor4back.jpg);
}
.c_newstit {
  float: left;
  width: 25%;
  text-align: center;
  position:relative;
  z-index:7;
}
.c_newstit div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.c_newstit strong {
  display: block;
  font-size: 85px;
  color: #0064d6;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.c_newstit h2 {
  font-size: 36px;
  line-height: 2.2;
  background: url(../images/lanxian.png) no-repeat left bottom;
}
.c_newstit h2 a {
  color: #0064d6;
  transition: all 0.3s;
}
.c_newstit h2 a:hover {
  color: #FF6D00;
}
.c_newstit em {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #111;
}
.c_newsqie {
  float: right;
  width: 75%;
  position:relative;
  z-index:7;
}
.c_newsqie .hd {
  position: absolute;
  bottom: 15px;
  left: -314px;
  overflow: hidden;
}
.c_newsqie .hd a {
  float: right;
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "宋体";
  background: #888;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
  transition: all 0.3s;
}
.c_newsqie .hd a:hover {
  background: #0064D6;
}
.c_newsqie .bd ul {
  overflow: hidden;
}
.c_newsqie .bd ul li {
  width: 33.33%;
  float: left;
}
.c_newsqie .bd ul li a {
  display: block;
}
.c_newsqie .bd ul li a.jise{
    position:relative;
    width:100%;
    margin:0 auto;
    padding-bottom:48.84%;
    overflow:hidden;
}
.c_newsqie .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
}
.c_newsqie .bd ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_newsqie .bd ul li .c_tukk {
  padding: 0 15px;
}
.c_newsqie .bd ul li .c_des {
  padding: 0 15px;
}
.c_newsqie .bd ul li .c_des .c_date {
  font-size: 18px;
  color: #050505;
  line-height: 40px;
  height: 40px;
}
.c_newsqie .bd ul li .c_des h3 {
  font-size: 20px;
  font-weight: normal;
}
.c_newsqie .bd ul li .c_des h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #050505;
  height: 40px;
  line-height: 40px;
}
.c_newsqie .bd ul li .c_des h3 a:hover {
  color: #0064D6;
}
.c_newsqie .bd ul li .c_des .c_oa {
  font-size: 14px;
  color: #888;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 10px;
}
.c_contacttit {
  text-align: center;
  position: relative;
  z-index: 9;
}
.c_contacttit strong {
  display: block;
  font-size: 48px;
  color: #0064D6;
  text-transform: uppercase;
}
.c_contacttit h2 {
  font-size: 36px;
  line-height: 2.2;
  background: url(../images/lanxian.png) no-repeat center bottom;
}
.c_contacttit h2 a {
  color: #0064D6;
  transition: all 0.3s;
}
.c_contacttit h2 a:hover {
  color: #FF6D00;
}
.indexlxfs {
  padding: 50px 10% 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.indexlxfs div {
  float: left;
  width: 33.33%;
}
.indexlxfs div strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #0e0e0e;
  line-height: 62px;
  height: 62px;
}
.indexlxfs div strong:before{
  content:' ';
  display:inline-block;
  width:20px;
  transition:all 0.3s;
  height:1px;
  vertical-align:middle;
  margin:0 10px 0 0;
  background:#333;
}
.indexlxfs div:hover strong:before{
  width:40px;
}
.indexlxfs div em {
  display: block;
  color: #7d838f;
  font-size: 14px;
}
.c_footer {
  background: url(../images/footerback.jpg) center;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
.c_footer a {
  color: #fff;
}
.c_footer .c_botnav {
  padding: 8px 0;
}
.c_footer .c_botnav a {
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
.c_footer .c_botnav a:hover {
  border-color: #fff;
}
.c_footer .c_gjz,
.c_footer .c_copyright {
  color: #c2c2c2;
  padding: 8px 0;
}
.c_footer .c_gjz a,
.c_footer .c_copyright a {
  color: #c2c2c2;
}
.c_footer .c_gjz a:hover,
.c_footer .c_copyright a:hover {
  color: #fff;
}
.zhenshi {
    padding: 12px 5%;
    position: absolute;
    width:90%;
    left:0;
    top:0;
    z-index: 7;
    overflow:hidden;
    display:none;
}
.syt .zhenshi{
    display:block;
}
.zhenshi .c_logogb {
    float: left;
    overflow: hidden;
}
.zhenshi .c_listgb {
    float: right;
    cursor:pointer;
	width:50px;
	margin-top:12px;
}
.zhenshi.on{
    background:#103f92;
}
.c_header {
  background: #103f92;
  padding: 0 5%;
  position: relative;
  z-index: 6;
  transition: all 0.4s;
}
.syt .c_header.on {
    margin-top: 0;
}
.c_header .c_logo {
    float: left;
    margin: 11px 0 0;
}
.c_header .topnav {
  float: left;
  width: 58%;
  padding-left: 2%;
}
.c_header .topnav li {
  float: left;
  width: 12.5%;
}
.c_header .topnav li span {
  display: none;
}
.c_header .topnav li a {
    position: relative;
  display: block;
  line-height: 90px;
  height: 90px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
  background-position: center top;
}
.c_header .topnav li:hover > a {
  background: #fff url(../images/hua.png) no-repeat center 15px;
  color: #0064D6;
  line-height: 120px;
}
.c_header .topnav li:hover .c_submenu {
  height: auto;
}
.c_header .topnav li.on > a {
  background: #fff url(../images/hua.png) no-repeat center 15px;
  color: #0064D6;
  line-height: 120px;
}
.c_header .topnav li .c_submenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  line-height: 62px;
  font-size: 14px;
  color: #000;
  text-align: center;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s;
}
.c_header .topnav li .c_submenu a {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  color: #000;
  height: 62px;
  line-height: 62px;
  transition: all 0.3s;
}
.c_header .topnav li .c_submenu a.on{
  color: #FF6D00;
}
/* .section:nth-last-child(2) .fp-tableCell{
  vertical-align: bottom;
} */
.indexlxfs {
  overflow: hidden;
  padding: 50px 10% ;
}
.c_header .topnav li .c_submenu a.on em {
  border-color: #FF6D00;
  width: 30px;
}
.c_header .topnav li .c_submenu a em {
  float: left;
  height: 30px;
  border-bottom: 1px solid #aaa;
  width: 15px;
  margin-right: 10px;
  transition: all 0.3s;
}
.c_header .topnav li .c_submenu a:hover {
  color: #FF6D00;
}
.c_header .topnav li .c_submenu a:hover em {
  border-color: #FF6D00;
  width: 30px;
}
.c_header .c_topright {
  float: right;
  padding: 28px 0 0;
}
.c_header .c_topright .topsearch {
  float: left;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  width: 140px;
  border-radius: 18px;
}
.c_header .c_topright .topsearch div {
  float: left;
  width: 90px;
  padding: 0 0 0 10px;
}
.c_header .c_topright .topsearch div input {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  font-size: 14px;
  color: #eee;
}
.c_header .c_topright .topsearch a {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/topsearch.png) no-repeat center;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor:pointer;
}
.c_header .c_topright .topsearch a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_header .c_topright .topsearch:hover {
  background: #0064D6;
}
.c_header .c_topright .fx {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.c_header .c_topright .fx a {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: url(../images/share.png) no-repeat center;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c_header .c_topright .fx a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_header .c_topright .c_erwei {
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
  background: url(../images/topcode.png) no-repeat center;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
  margin-left: 10px;
}
.c_header .c_topright .c_erwei img {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
}
.c_header .c_topright .c_erwei:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_header .c_topright .c_erwei:hover img {
  display: block;
}
.c_header .c_topright .c_list {
  float: left;
  width: 32px;
  display: none;
}
.search_center{
  margin-bottom: 50px;
}
.syt .c_header {
    margin-top: -100%;
}
.c_sbanner {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c_sbanner img {
  display: block;
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 250px;
  top: 0;
  margin-left: -960px;
}
.c_position {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  color: #666;
}
.c_position a {
  float: left;
  padding: 0 12px;
  color: #666;
}
.c_position a:hover {
  color: #0064D6;
}
.c_position span {
  float: left;
  width: 10px;
  height: 42px;
  background: url(../images/youjian.jpg) no-repeat center;
}
.c_position .c_home {
  width: 42px;
  height: 42px;
  background: url(../images/fangzi.jpg) no-repeat center;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  padding: 0;
}
.c_position .c_home:hover {
  background-color: #ececec;
}
.page {
  background: #f8f9fb;
  min-height:650px;
}
.c_links {
  text-align: center;
  padding: 0 10%;
  background: url(../images/xixian.png) repeat-x center 60px;
}
.c_links ul {
  display: inline-block;
  vertical-align: top;
  width: 16.3%;
}
.c_links ul li a {
  display: block;
  color: #707070;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.c_links ul li a:hover {
  color: #ff6d00;
}
.c_links ul li.c_lijt {
  margin-bottom: 20px;
}
.c_links ul li.c_lijt a {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #000;
}
.c_links ul li.c_lijt a:hover {
  color: #ff6d00;
}
.c_links ul li.c_lijt a:hover:after {
  content: '●';
  position: absolute;
  font-size: 20px;
  color: #FF6D00;
  left: 50%;
  margin-left: -5px;
  bottom: -28px;
}
.c_sitelx {
  text-align: center;
  padding: 60px 0 40px;
}
.c_lxwm {
  padding: 30px 0;
}
.c_tit2 {
  padding-top: 80px;
  margin-bottom: 30px;
  /* background: url(../images/xuxian.png) no-repeat center bottom; */
}
.c_tit2 strong {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #000;
  line-height: 1.2;
}
.c_tit2 em {
  display: block;
  color: #a1a1a1;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.4;
}
.c_tit3 {
  line-height: 2;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.c_tuodong {
  padding: 40px 0;
  text-align: center;
}
.c_map {
  width: 100%;
  height: 435px;
  position: relative;
  overflow: hidden;
}
.c_map .c_jie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/batou.png);
  text-align: center;
  line-height: 435px;
  color: #fff;
  font-size: 16px;
}
.c_map:hover .c_jie {
  display: none;
}
.c_zxly {
  width: 950px;
  margin: 0 auto;
}
.c_boao {
  padding: 30px 0 50px;
}
.c_ipute {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  width: 465px;
  background: #fff;
}
.c_ipute em {
  float: left;
  width: 48px;
  height: 48px;
}
.c_ipute em.c_ion1 {
  background: url(../images/icon1.png) no-repeat center;
}
.c_ipute em.c_ion2 {
  background: url(../images/icon2.png) no-repeat center;
}
.c_ipute div {
  margin-left: 48px;
  padding: 0 15px 0 0;
}
.c_ipute div input {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #7b7b7b;
  font-family: "微软雅黑";
  font-size: 14px;
  width: 100%;
}
.c_textarer {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  margin: 24px 0;
  background: #fff;
}
.c_textarer em {
  float: left;
  width: 48px;
  height: 48px;
}
.c_textarer em.c_ion3 {
  background: url(../images/icon3.png) no-repeat center;
}
.c_textarer div {
  margin-left: 48px;
  padding: 10px 15px 10px 0;
}
.c_textarer div textarea {
  display: block;
  height: 75px;
  line-height: 25px;
  color: #7b7b7b;
  font-family: "微软雅黑";
  font-size: 14px;
  width: 100%;
  resize: none;
}
.c_ynam {
  overflow: hidden;
}
.c_inpue {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  width: 465px;
  float: left;
  background: #fff;
}
.c_inpue em {
  float: left;
  width: 48px;
  height: 48px;
}
.c_inpue em.c_ion4 {
  background: url(../images/icon4.png) no-repeat center;
}
.c_inpue div {
  margin-left: 48px;
  padding: 0 15px 0 0;
  overflow: hidden;
}
.c_inpue div input {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #7b7b7b;
  font-family: "微软雅黑";
  font-size: 14px;
  width: 60%;
  float: left;
}
.c_inpue div img {
  float: right;
  width: 38%;
  height: 48px;
  margin-right: -15px;
}
.c_anji {
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.c_anji a {
  float: left;
  width: 220px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
  background: #2e5cbc;
}
.c_anji a:hover {
  background: #ff6d00;
}
.c_zxns {
  padding: 50px 0;
}
.sousuo {
  height: 62px;
  line-height: 62px;
}
.sousuo .erweibu {
  float: right;
  width: 100px;
  height: 62px;
  background: #103f92 url(../images/topcode.png) no-repeat center;
  position: relative;
}
.sousuo .erweibu img {
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  display: none;
}
.sousuo .erweibu:hover img {
  display: block;
}
.sousuo .soukk {
  margin-right: 115px;
  background: #fff;
  box-shadow: 0 0 15px #ededf0;
  height: 62px;
}
.sousuo .soukk a {
  float: right;
  width: 62px;
  height: 62px;
  cursor: pointer;
  background: url(../images/sousuo.png) no-repeat center;
}
.sousuo .soukk a:hover {
  background-color: #eee;
}
.sousuo .soukk div {
  margin-right: 62px;
  padding: 0 0 0 20px;
}
.sousuo .soukk div input {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #a6a6a6;
}
.c_lxfs {
  overflow: hidden;
  padding: 60px 0 30px;
}
.c_lxfs div {
  float: left;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #6f6f6f;
}
.c_lxfs div img {
  vertical-align: middle;
}
.c_jobul {
  width: 1280px;
  min-height: 300px;
  padding-bottom: 30px;
}
.c_jobul .c_job {
  float: left;
  width: 335px;
  padding: 22px 20px;
  background: #fff;
  margin: 0px 32px 0 0;
}
.c_jobul .c_job .c_date {
  font-size: 14px;
  color: #afafaf;
}
.c_jobul .c_job h3 {
  font-size: 24px;
}
.c_jobul .c_job h3 a {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.c_jobul .c_job h3 a:hover {
  color: #0064D6;
}
.c_jobul .c_job .c_yaoqiu {
  padding: 10px;
}
.c_jobul .c_job .c_yaoqiu strong {
  display: block;
  font-size: 16px;
  color: #4c4c4c;
  height: 40px;
  line-height: 40px;
}
.c_jobul .c_job .c_yaoqiu .jjs {
  font-size: 13px;
  color: #4c4c4c;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
}
.c_jobul .c_job .genduo {
  padding: 0 10px;
  font-size: 14px;
}
.c_jobul .c_job .genduo a {
  color: #333;
  display: inline-block;
  background: url(../images/youjian1.png) no-repeat left bottom;
  width: 62px;
}
.c_jobul .c_job .genduo a:hover {
  color: #0064D6;
  background-image: url(../images/youjian2.jpg);
}
.c_jobul .c_job:hover {
  box-shadow: 0 0 15px #e1e7f1;
}
.zhe {
  position: fixed;
  z-index: 990;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/batou.png);
  display: none;
}
.c_zhe {
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/batou.png);
    display: none;
}
.gongzuo {
  position: fixed;
  z-index: 991;
  width: 570px;
  padding: 15px 25px;
  left: 50%;
  margin-left: -315px;
  top: 50%;
  margin-top: -360px;
  background: #fff;
  box-shadow: 0 0 15px #333;
  display: none;
}
.gongzuo .c_gunbu {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gongzuo h1 {
  font-size: 24px;
  color: #103f92;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #d4d4d4;
}
.gongzuo .c_xxjs {
  line-height: 30px;
  height: 300px;
  overflow-y: auto;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.gongzuo .c_xxjs strong {
  font-size: 16px;
}
.gongzuo .mosdf {
  font-size: 14px;
  color: #ff9600;
  padding: 20px 0 0;
}
.c_ckly {
  padding: 40px 0 50px;
  min-height: 300px;
}
.c_ckly li {
  overflow: hidden;
  padding: 20px;
}
.c_ckly .liux {
  overflow: hidden;
}
.c_ckly .liux .c_tou {
  float: left;
}
.c_ckly .liux .c_hua {
  margin-left: 60px;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  background: #fff;
  padding: 12px 20px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.c_ckly .liux .c_hua .c_jiao {
  position: absolute;
  background: url(../images/jiao.png) no-repeat;
  width: 15px;
  height: 17px;
  left: -15px;
  top: 15px;
}
.c_ckly .liux .c_hua .c_liutime {
  float: right;
  padding-left: 20px;
  background: url(../images/shijian.png) no-repeat left center;
  color: #999;
  font-size: 14px;
}
.c_ckly .liux .c_hua .liuyn {
  margin-right: 110px;
}
.c_ckly .liux .c_hua .liuyn span {
  color: #e60012;
}
.c_ckly .huid {
  overflow: hidden;
  padding-left: 60px;
  margin: 30px 0 0;
}
.c_ckly .huid img {
  float: left;
}
.c_ckly .huid .c_hhuis {
  margin-left: 60px;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  background: #fff;
  padding: 12px 20px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.c_ckly .huid .c_hhuis .c_jiao {
  position: absolute;
  background: url(../images/jiao.png) no-repeat;
  width: 15px;
  height: 17px;
  left: -15px;
  top: 15px;
}
.c_ckly .huid .c_hhuis .huitop {
  overflow: hidden;
}
.c_ckly .huid .c_hhuis .huitop span {
  float: right;
}
.c_ckly .huid .c_hhuis .huitop em {
  color: #e60012;
}
.c_dsj {
  padding: 50px 0;
}
.dsjlist .hd {
  position: relative;
  height: 40px;
  z-index: 8;
}
.dsjlist .hd a {
  display: block;
  position: absolute;
  border: 2px solid #999;
  width: 32px;
  height: 32px;
  font-family: "宋体";
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #999;
  border-radius: 38px;
  top: 230px;
}
.dsjlist .hd a:hover {
  color: #0064D6;
  border-color: #0064D6;
}
.dsjlist .hd a.next {
  right: -100px;
}
.dsjlist .hd a.prev {
  left: -100px;
}
.shijilist {
  overflow: hidden;
  padding: 15px 0 !important;
}
.shijilist li {
  float: left;
  width: 250px;
  padding: 0 15px;
  margin: 0 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 12px #eaeaea;
}
.shijilist li strong {
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
}
.shijilist li .jjssf {
  line-height: 30px;
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  color: #696969;
  margin-top: 15px;
}
.c_newskk {
  padding: 60px 0 0;
}
.c_rightlm {
  float: right;
  width: 300px;
}
.c_rightlm img {
  display: block;
}
.c_rightlm h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.c_rightlm h2 a {
  display: block;
  position: absolute;
  font-family: "宋体";
}
.c_rightlm .lmr1 a {
  bottom: 70px;
  left: 32px;
  color: #9492a0;
}
.c_rightlm .lmr1 a:hover {
  color: #333;
}
.c_rightlm .lmr2 {
  margin: 20px 0;
}
.c_rightlm .lmr2 a {
  bottom: 40px;
  left: 50px;
  color: #333;
}
.c_rightlm .lmr2 a:hover {
  color: #f70;
}
.c_rightlm .lmr3 a {
  bottom: 70px;
  left: 75px;
  color: #55ac39;
}
.c_rightlm .lmr3 a:hover {
  color: #f70;
}
.c_newslistf {
  width: auto;
  min-height: 600px;
  padding-bottom: 30px;
}
.c_newslistf ul{
  min-height: 500px;
}
.c_newslistf li {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.c_newslistf li .c_date {
  float: right;
  height: 130px;
  line-height: 130px;
  text-align: center;
  width: 110px;
  font-size: 14px;
  font-family: "times new roman";
  color: #333;
  font-weight: bold;
  background: #f3f5f8;
}
.c_newslistf li .newsleft {
  margin-right: 240px;
}
.c_newslistf li .newsleft h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 30px 0 0;
}
.c_newslistf li .newsleft h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.c_newslistf li .newsleft .c_des {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
}
.c_newslistf li .c_more {
  height: 130px;
  width: 210px;
  background: #ff6d00 url(../images/liulan.png) no-repeat center;
  position: absolute;
  right: -210px;
  top: 0;
  transition: all 0.3s;
}
.c_newslistf li:hover {
  background: url(../images/footerback.jpg);
}
.c_newslistf li:hover .newsleft h3 a {
  color: #fff;
}
.c_newslistf li:hover .c_des {
  color: #fff;
}
.c_newslistf li:hover .c_more {
  right: 0;
}
.c_about {
  padding: 60px 0 40px;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.c_about img {
  max-width: 100%;
  height: auto !important;
}
.c_ryzz {
  background: url(../images/ryback.png) no-repeat center bottom;
  padding: 0 0 520px;
}
.rylist {
  min-height: 300px;
  padding-bottom: 40px;
}
.rylist li {
  float: left;
  width: 207px;
  height: 143px;
  background: url(../images/huakugn.jpg) no-repeat center;
  padding: 42px 50px;
  margin: 50px 46px 0;
  position: relative;
  box-shadow: -5px 6px 15px #c0bfc2;
}
.rylist li div{
    position:relative;
    overflow:hidden;
    width:100%;
    padding-bottom:69.08%;
}
.rylist li div img{
    height:100%;
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.rylist li a {
  display: block;
  width: 207px;
  height: 143px;
  position: absolute;
  left: 50px;
  top: 42px;
  background: #103f92;
  color: #fff;
  text-align: center;
  line-height: 2;
  display: none;
}
.rylist li a strong {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 24px 10px 0;
}
.rylist li a em {
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rylist li a span {
  font-size: 18px;
  text-align: center;
  display: block;
}
.rylist li:hover a {
  display: block;
}
.c_rongxx {
  position: fixed;
  z-index: 991;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 150px;
  text-align: center;
  display: none;
}
.c_rongxx a {
  font-size: 60px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: -60px;
  color: #fff;
}
.c_rongxx img {
  display: block;
  width: 500px;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  box-shadow: 0 0 10px #333 inset;
  background: #fff;
  padding: 15px;
}
.c_rongxx .ryjjs {
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.c_yjzx {
  padding: 0 0 50px;
}
.yjlist {
  overflow: hidden;
  padding-bottom: 30px;
  min-height: 300px;
}
.yjlist li {
  float: left;
  width: 25%;
}
.yjlist li a {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow:hidden;
  background:#000;
}
.yjlist li a img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition:all 0.4s;
  opacity:0.7;
  filter:alpha(opacity=70);
}
.yjlist li:hover a img {
  opacity:1;
  filter:alpha(opacity=100);
}
.yjlist li a em {
  position: absolute;
  width: 92%;
  padding: 0 2% 0 6%;
  background: #103f92;
  color: #fff;
  height: 40px;
  line-height: 40px;
  top: 40%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: -100%;
  transition:all 0.4s;
}
.yjlist li a em span {
  float: right;
  height: 40px;
  width: 40px;
  font-family: "宋体";
  text-align: center;
  line-height: 40px;
}
.yjlist li:hover em {
  left: 0;
}
.c_yjzxxx {
  background: #797d94;
  position: relative;
}
.zuotu {
  float: left;
  width: 65%;
}
.zuotu div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.zuotu div img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.youzi {
  position: absolute;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
}
.youzi .jjafs {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 5%;
  height: 85%;
  overflow-y: auto;
  color: #fff;
}
.youzi .jjafs h1 {
  padding: 10px 0 30px;
  font-size: 30px;
}
.youzi .c_ssjix {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10%;
  color: #fff;
}
.c_lyback {
  background: url(../images/ywback.jpg) no-repeat center;
}
.ywlylist {
  height: 798px;
  overflow: hidden;
}
.ywlylist li {
  float: left;
  width: 230px;
  padding: 328px 35px 320px;
  text-align: center;
  transition: all 0.3s;
}
.ywlylist li a {
  display: block;
}
.ywlylist li a.c_tupb {
  display: block;
  width: 80px;
  height: 80px;
  background: url(_blank) no-repeat center;
  margin: 0 auto;
}
.ywlylist li h2 {
  font-size: 30px;
  line-height: 2;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.ywlylist li h2 a {
  color: #fff;
}
.ywlylist li h2 a:hover {
  color: #f90;
}
.ywlylist li .c_des {
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  height: 90px;
  padding: 20px 0 0;
  display: none;
}
.ywlylist li .c_xiajan {
  display: none;
}
.ywlylist li:hover {
  background: url(../images/batou1.png);
  padding: 250px 35px;
}
.ywlylist li:hover .c_des {
  display: block;
}
.ywlylist li:hover .c_xiajan {
  display: block;
}
.lylist .hd {
  position: relative;
  z-index: 9;
}
.lylist .hd a {
  display: block;
  width: 70px;
  height: 72px;
  background: url(../images/jiantou.png) no-repeat;
  top: 350px;
  position: absolute;
}
.lylist .hd a.next {
  background-position: right top;
  right: -120px;
}
.lylist .hd a.next:hover {
  background-position: right bottom;
}
.lylist .hd a.prev {
  background-position: left top;
  left: -120px;
}
.lylist .hd a.prev:hover {
  background-position: left bottom;
}
.shnagxian {
  padding: 50px 0;
  text-align: center;
}
.c_midtu {
  background: url(../images/mindtu.jpg) center;
  background-attachment:fixed;
  height: 298px;
  margin-bottom: 60px;
}
.c_ywabout {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 40px 0 0;
}
.c_anlitu{
  margin-top: 20px;
}
.c_anlitu .hd {
  width: 145px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 50px;
}
.c_anlitu .hd a {
  float: left;
  background: url(../images/jiantou1.png) no-repeat;
  width: 42px;
  height: 42px;
  margin: 0 15px;
}
.c_anlitu .hd a.next {
  background-position: right top;
}
.c_anlitu .hd a.next:hover {
  background-position: right bottom;
}
.c_anlitu .hd a.prev {
  background-position: left top;
}
.c_anlitu .hd a.prev:hover {
  background-position: left bottom;
}
.c_anlitu .bd {
  overflow: hidden;
  padding-bottom: 50px;
}
.c_anlitu .bd ul{
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.c_anlitu .bd li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}
.c_anlitu .bd li:nth-child(3n+3){
  margin-right: 0;
}
.c_anlitu .bd li a {
  display: block;
}
.c_anlitu .bd li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_anlitu .bd li div{
    position:relative;
    overflow:hidden;
    width:100%;
    padding-bottom:59.58%;
}
.c_anlitu .bd li div img{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.c_anlitu .bd li h3 {
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.c_anlitu .bd li h3 a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.c_anlitu .bd li a.c_dijt {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_anlitu .bd li .c_fad {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: none;
}
.c_anlitu .bd li:hover a.c_dijt {
  background: url(../images/jianb.png) repeat-x center bottom;
}
.c_anlitu .bd li:hover .c_fad {
  display: block;
}
.c_anlitu .bd li:hover h3 {
  display: block;
}
.c_newsdetail {
  padding: 40px 0;
}
.c_newsdetail h1 {
  font-size: 30px;
  color: #333;
  line-height: 1.4;
}
.c_textinfo {
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px dashed #dcdcdc;
}
.c_textinfo span {
  float: left;
  margin-right: 30px;
}
.c_textinfo .c_addtime {
  padding-left: 22px;
  background: url(../images/shijian1.png) no-repeat left center;
}
.c_textinfo .c_numse {
  padding-left: 24px;
  background: url(../images/liulan1.png) no-repeat left center;
}
.c_textcont {
  padding: 30px 0;
  line-height: 2;
  font-size: 14px;
  color: #333;
  min-height:350px;
}
.c_textcont img {
    max-width: 100%;
    height: auto !important;
}
.c_shangsian {
    height: 100px;
    line-height: 100px;
    border: 1px solid #dbd8e1;
    color: #777;
    font-size: 16px;
    margin: 40px 0 0;
}
.c_shangsian a {
  float: left;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:0 15px;
}
.c_shangsian a[href]:hover {
  color: #0057be;
}
.c_shangsian .c_syy,
.c_shangsian .c_xyy {
  width: 360px;
  padding: 0 20px;
}
.c_shangsian .c_syy {
  padding-left: 60px;
  background: url(../images/syy.png) no-repeat 20px center;
}
.c_shangsian .c_xyy {
  padding-right: 60px;
  background: url(../images/xyy.png) no-repeat 395px center;
  text-align: right;
}
.c_shangsian .liejgi {
  border-left: 1px solid #dbd8e1;
  border-right: 1px solid #dbd8e1;
  width: 286px;
  text-align: center;
  background: url(../images/sifang.png) no-repeat center 24px;
  line-height: 130px;
  height: 100px;
}
.c_tjtit {
  border-bottom: 1px dashed #e0e0e0;
  line-height: 66px;
  height: 66px;
  padding: 0 20px;
  font-size: 24px;
}
.c_xgtj {
  margin: 30px 0 0;
}
.c_xgtj ul {
  overflow: hidden;
}
.c_xgtj ul li {
  width: 48%;
  margin: 50px 1% 0;
  float: left;
  overflow: hidden;
}
.c_xgtj ul li .c_date {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 30px;
  text-align: right;
  padding: 0 20px 0 0;
  border-right: 1px solid #e0e0e0;
  float: left;
}
.c_xgtj ul li .c_date strong {
  display: block;
  font-size: 24px;
  color: #6a6a6a;
}
.c_xgtj ul li .c_des {
  margin-left: 110px;
}
.c_xgtj ul li .c_des h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_xgtj ul li .c_des h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6a6a6a;
  line-height: 30px;
}
.c_xgtj ul li .c_des h3 a:hover {
  color: #ff6d00;
}
.c_xgtj ul li .c_des .c_more {
  color: #767676;
  font-size: 14px;
  padding-left: 12px;
  background: url(../images/dian.png) no-repeat left center;
}
.c_xgtj ul li .c_des .c_more:hover {
  color: #ff6d00;
}
.c_fenxiang {
  position: absolute;
  top: 425px;
  left: 50%;
  margin-left: -650px;
  width: 40px;
}
.c_fenxiang .gulfe {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/guanb.png) no-repeat right center;
  background-size: auto 100%;
  margin-left: -3px;
  margin-bottom:12px;
}
.about-sign{
	width: 12px;
	height: 35px;
	padding: 7px 18px 6px;
	margin: 0 auto;
	position: relative;
    border:4px solid #103f92;
    border-radius:54%;
}
.about-sign .sign-top{
	width: 12px;
	height: 17px;
	background: url(../images/bg_sign07.png) no-repeat;
	position: absolute;
	left: 18px;
	bottom: 24px;
	animation: signMove 1s infinite;
	-webkit-animation: signMove 1s infinite;
	
}
.about-sign .sign-bot{
	width: 12px;
	height: 17px;
	background: url(../images/bg_sign08.png) no-repeat;
	position: absolute;
	left: 18px;
	top: 25px;
	animation: signMove 1s infinite;
	-webkit-animation: signMove 1s infinite;
}
@keyframes signMove{
	from{
		height: 0;
	}
	to {
		height: 17px;
	}
}
@-webkit-keyframes signMove{
	from{
		height: 0;
	}
	to {
		height: 17px;
	}
}

.c_fenxiang .gulfe:hover {
  background-position: left center;
}
.c_fenxiang .c_lijifb {
  width: 32px;
  text-align: center;
  margin-left: -3px;
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 18px;
}
.c_fenxiang .c_lijifb:hover {
  color: #0057BE;
}
.c_yxjt {
  overflow: hidden;
  padding-bottom: 40px;
}
.c_xgyx {
  padding: 40px 0 0;
}
.c_xgyx .yxlist li {
  width: 250px;
  margin: 0 25px;
}
.yxlist {
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 30px;
}
.yxlist li {
  float: left;
  width: 335px;
  margin: 20px 32px 0;
}
.yxlist li a {
  display: block;
  position: relative;
}
.yxlist li img {
  display: block;
  width: 100%;
  height: auto;
}
.yxlist li .bofa {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  display: none;
}
.yxlist li h3 {
  font-weight: normal;
  font-size: 16px;
}
.yxlist li h3 a {
  display: block;
  color: #6a6a6a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 50px;
}
.yxlist li h3 a:hover {
  color: #0057BE;
}
.yxlist li:hover .bofa {
  display: block;
}
.section {
  overflow: hidden;
}
.intop{position: absolute;width: 100%;left: 0;top: 0;z-index: 9;overflow: hidden;display:none;}
.syt{position: absolute;width: 100%;left: 0;top: 0;z-index: 9;}
/*END*/
/*BEGIN*/
.tvideo{position:fixed;max-width:600px;width: 100%;height:350px;left:50%;top:50%;transform: translate(-50%, -50%);z-index:992;display:none;}
.tvideo a{display:block;width:30px;height:30px;line-height:30px;font-size:24px;color:#fff;background:#c00;text-align:center;top:-30px;right:0;position:absolute;}
.tvideo .shipikk{width:100%;height:100%;overflow:hidden;}
.tvideo .shipikk img{display:block;width:100%;height:100%;overflow:hidden;}
.tvideo .shipikk iframe {display: block;width: 100%;height: 100%;overflow: hidden;}
.c_Videos{overflow:hidden;padding-bottom:40px;}
.c_Videos ul{display:block;overflow:hidden;min-height:400px;padding-bottom:40px;}
.c_Videos ul li{float:left;width:31.33%;margin:30px 1% 0;}
.c_Videos.tji ul{min-height:100px;}
.c_Videos.tji ul li{width:23%;margin:20px 1% 0;float:left;}
.c_Videos ul li .c_spjkk{display:block;width:100%;padding-bottom:52%;position:relative;overflow:hidden;}
.c_Videos ul li .c_spjkk img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;}
.c_Videos ul li .c_spjkk img.c_bmoa{width:90px;height:90px;left:50%;top:150%;margin:-45px 0 0 -45px;transition:all 0.3s;}
.c_Videos ul li .c_spjkk:hover img.c_bmoa{top:50%;}
.c_Videos ul li h3{font-size:16px;font-weight:normal;}
.c_Videos ul li h3 a{display:block;padding:0 12px;line-height:40px;height:40px;color:#6a6a6a;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.c_Videos ul li h3 a:hover{color:#0064d6;}
/*END*/
/*BEGIN*/
@media screen and (max-width: 1200px) {
    .w1200 {
    width: auto;
  }
  .c_yik {
    font-size: 18px;
  }
  .c_yik img {
    max-width: 100%;
  }
  .c_yik div {
    width: 80%;
    left: 10%;
  }
  .c_botcopyright {
    font-size: 12px;
    height: auto;
    line-height: 28px;
  }
  .c_banner .slide img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0px;
  }
  .fp-tableCell,
  .fp-slide,
  .fp-slidesContainer,
  .fp-section {
    height: auto !important;
  }
  #fp-nav {
    display: none !important;
  }
  .floor2 {
    background: none;
    padding: 30px 12px;
  }
  .c_video {
    width: 62px;
    height: 45px;
    max-width: none;
    margin: 30px 12px 0 0;
    float: right;
    background: none !important;
  }
  .c_video div {
    position: relative;
    right: auto;
    bottom: auto;
    background: none;
    width: 62px;
    height: 45px;
  }
  .c_video div a {
    position: static;
    margin-left: 0;
    background-size:100% auto;
    width:40px;
    height:28px;
  }
  .c_indexabout {
    margin: 0;
    padding:30px 12px;
  }
  .c_indexabout .c_dazi {
    font-size: 30px;
  }
  .dad{
    display: none;
  }
  .jj_fxcz .c_dazisssss{
    width: 100% !important;
  }
  .jj_fxcz .c_dazi{
    font-size: 30px !important;
  }
  .jj_fxcz .c_cateabout .c_dazis{
    font-size: 26px !important;
  }
  .c_indexabout h2.c_cateabout {
    font-size: 26px;
  }
  .c_indexabout .c_qianming {
    float: none;
    display: block;
  }
  .c_indexabout .c_aboutlm {
    display: none;
  }
  .floor3 {
    padding: 10px 0;
  }
  .floor3 .c_lm {
    float: none;
    width: auto;
    height: 70px;
    padding: 10px 0;
  }
  .floor3 .c_lm .hoverback {
    display: none;
  }
  .floor3 .c_lm div {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .floor3 .c_lm h2 {
    font-size: 20px;
  }
  .floor3 .c_lm em {
    font-size: 15px;
  }
  .c_newstit {
    float: none;
    width: auto;
    padding: 30px 0;
  }
  .c_newstit strong {
    font-size: 20px;
  }
  .c_newstit h2 {
    font-size: 26px;
    background: none;
    text-align: center;
    line-height: 1.6;
  }
  .c_newstit em {
    display: none;
  }
  .c_newsqie {
    float: none;
    width: auto;
  }
  .c_newsqie .hd {
    display: none;
  }
  .c_newsqie .bd {
    padding: 0 5px 20px;
  }
  .c_newsqie .bd ul li {
    width: 46%;
    margin: 0 2% 15px;
  }
  .c_newsqie .bd ul li .c_tukk {
    padding: 0;
  }
  .c_newsqie .bd ul li .c_des {
    padding: 0;
  }
  .c_newsqie .bd ul li .c_des .c_date {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-align: right;
  }
  .c_newsqie .bd ul li .c_des h3 {
    font-size: 16px;
  }
  .c_newsqie .bd ul li .c_des h3 a {
    height: 30px;
    line-height: 30px;
  }
  .c_newsqie .bd ul li .c_des .c_oa {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 0px;
  }
  .c_contacttit {
    padding: 30px 0 0;
  }
  .c_contacttit strong {
    font-size: 20px;
  }
  .c_contacttit h2 {
    font-size: 26px;
    line-height: 1.6;
    background: none;
  }
  .indexlxfs {
    padding: 10px 12px 0;
    text-align: center;
  }
  .indexlxfs div {
    float: none;
    width: auto;
    padding: 10px 0;
  }
  .c_footer {
    padding: 10px 10px;
  }
  .c_footer .c_botnav,
  .c_footer .c_gjz {
    display: none;
  }
  .syt .zhenshi{
    display: none;
  }
  .c_header {
    padding: 10px 12px;
  }
  .syt .c_header {
    margin:0;
  }
  .c_header .c_logo {
    margin: 0;
    width: 110px;
  }
  .c_header .c_logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_header .c_list {
    display: block;
  }
  .c_header .topnav {
    float: none;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 52px;
    background: #103f92;
    display: none;
  }
  .c_header .topnav li {
    float: none;
    width: auto;
    position: relative;
  }
  .c_header .topnav li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    top: 0;
  }
  .c_header .topnav li span:after {
    content: "◢";
    position: absolute;
    color: #fff;
    font-size: 16px;
    right: 4px;
    bottom: 0;
    line-height: 1;
  }
  .c_header .topnav li a {
    line-height: 32px;
    height: 32px;
    color: #fff;
  }
  .c_header .topnav li:hover > a {
    background: #fff;
    line-height: 32px;
  }
  .c_header .topnav li:hover .c_submenu {
    height: auto;
  }
  .c_header .topnav li:hover span:after {
    color: #0064D6;
  }
  .c_header .topnav li.on > a {
    background: #fff;
    line-height: 32px;
  }
  .c_header .topnav li.on span:after {
    color: #0064D6;
  }
  .c_header .topnav li .c_submenu {
    position: relative;
    background: #eee;
    box-shadow: 0 0 5px #ccc inset;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    height: auto;
    padding: 5px 0 10px;
    display: none;
    transition: none;
  }
  .c_header .topnav li .c_submenu a {
    display: inline-block;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    margin: 10px 0 0;
  }
  .c_header .topnav li .c_submenu a em {
    display: none;
  }
  .c_header .topnav li .c_submenu a.on {
    color: #FF6D00;
  }
  .c_header .c_topright {
    padding: 0;
  }
  .c_header .c_topright .topsearch {
    background: #0d3884;
    width: 120px;
  }
  .c_header .c_topright .topsearch div {
    width: 75px;
  }
  .c_header .c_topright .fx {
    display: none;
  }
  .c_header .c_topright .c_erwei {
    display: none;
  }
  .c_header .c_topright .c_list {
    display: block;
    margin-left: 10px;
  }
  .c_sbanner {
    height: 100px;
  }
  .c_sbanner img {
    left: 50%;
    width: 768px;
    height: 100px;
    margin-left: -384px;
  }
  .c_position {
    display: none;
  }
  .page{
      min-height:500px;
  }
  .page img {
    max-width: 100%;
    height: auto !important;
  }
  .c_links {
    padding: 0 12px;
    background: none;
  }
  .c_links ul {
    display: block;
    width: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0 15px;
  }
  .c_links ul li {
    float: left;
    margin: 10px 10px 0 0;
  }
  .c_links ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .c_links ul li.c_lijt {
    margin-bottom: 5px;
    margin: 5px 0 0 0;
    clear: both;
    float: none;
    text-align: left;
  }
  .c_links ul li.c_lijt a {
    height: 30px;
    line-height: 30px;
  }
  .c_links ul li.c_lijt a:after {
    display: none !important;
  }
  .c_sitelx {
    text-align: center;
    padding: 60px 0 40px;
  }
  .c_tit2 strong {
    font-size: 20px;
  }
  .c_tit2 em {
    font-size: 14px;
  }
  .c_tit3 {
    font-size: 18px;
  }
  .c_tuodong {
    display: none;
  }
  .c_map {
    height: 250px;
  }
  .c_map .c_jie {
    display: none;
  }
  .c_map:hover .c_jie {
    display: none;
  }
  .c_zxly {
    width: auto;
    margin: 0 12px;
  }
  .c_boao {
    padding: 0 0 30px;
  }
  .c_ipute {
    width: auto;
    float: none;
    margin: 24px 0 0;
  }
  .c_ynam {
    overflow: hidden;
  }
  .c_inpue {
    width: auto;
    float: none;
  }
  .c_anji {
    float: none;
    margin: 24px 0 0;
    overflow: hidden;
  }
  .c_anji a {
    float: left;
    width: 46%;
    margin: 0 2%;
  }
  .c_zxns {
    padding: 30px 0;
  }
  .sousuo {
    height: 42px;
    line-height: 42px;
    margin: 0 12px;
  }
  .sousuo .erweibu {
    display: none;
  }
  .sousuo .soukk {
    margin-right: 0;
    height: 42px;
  }
  .sousuo .soukk a {
    width: 42px;
    height: 42px;
  }
  .sousuo .soukk div {
    margin-right: 42px;
  }
  .sousuo .soukk div input {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .c_lxfs {
    overflow: hidden;
    padding: 20px 0;
  }
  .c_lxfs div {
    float: left;
    padding: 10px 0 10px 20px;
  }
  .c_jobul {
    width: auto;
  }
  .c_jobul .c_job {
    float: left;
    width: 42%;
    padding: 15px 2%;
    background: #fff;
    margin: 20px 2% 0;
  }
  .c_jobul .c_job .c_date {
    font-size: 12px;
    color: #afafaf;
  }
  .c_jobul .c_job h3 {
    font-size: 16px;
  }
  .c_jobul .c_job h3 a {
    line-height: 36px;
    height: 36px;
  }
  .c_jobul .c_job .c_yaoqiu {
    padding: 0;
  }
  .c_jobul .c_job .c_yaoqiu strong {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .c_jobul .c_job .c_yaoqiu .jjs {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .c_jobul .c_job .genduo {
    display: none;
  }
  .gongzuo {
    width: 90%;
    padding: 15px;
    left: 5%;
    margin-left: 0;
    top: 50%;
    box-sizing: border-box;
	margin-top:-200px;
  }
  .gongzuo h1 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .gongzuo .c_xxjs {
    line-height: 20px;
    height: 200px;
    font-size: 12px;
    margin-top: 10px;
  }
  .gongzuo .c_xxjs strong {
    font-size: 14px;
  }
  .gongzuo .mosdf {
    font-size: 12px;
  }
  .c_ckly {
    padding: 30px 0 40px;
  }
  .c_ckly li {
    padding: 10px;
  }
  .c_ckly .liux .c_hua {
    padding: 6px 10px;
  }
  .c_ckly .liux .c_hua .liuyn {
    margin: 0;
  }
  .c_ckly .liux .c_hua .c_liutime {
    display: block;
    float: none;
  }
  .c_ckly .huid {
    padding-left: 0;
    margin: 10px 0 0;
  }
  .c_ckly .huid .c_hhuis {
    padding: 6px 10px;
  }
  .c_ckly .huid .c_hhuis .huitop span {
    display: block;
    float: none;
  }
  .c_dsj {
    padding: 30px 0;
  }
  .dsjlist .hd {
    display: none;
  }
  .shijilist {
    overflow: hidden;
    padding: 15px 0 !important;
  }
  .shijilist li {
    float: none;
    width: auto;
    padding: 0 15px 10px;
    margin: 15px 12px;
  }
  .shijilist li strong {
    font-size: 20px;
  }
  .shijilist li .jjssf {
    line-height: 30px;
    height: auto;
  }
  .c_newskk {
    padding: 20px 0 0;
  }
  .c_rightlm {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  .c_rightlm img {
    display: none;
  }
  .c_rightlm h2 {
    font-size: 16px;
    float: left;
    width: 31.33%;
    margin: 15px 1% 0 !important;
    text-align: center;
  }
  .c_rightlm h2 a {
    position: static;
    font-family: "微软雅黑";
    color: #333 !important;
  }
  .c_newslistf {
    width: auto;
    margin: 20px 12px 0;
  }
  .c_newslistf li {
    padding-left: 12px;
  }
  .c_newslistf li .c_date {
    height: 60px;
    line-height: 60px;
    width: 80px;
    font-size: 12px;
  }
  .c_newslistf li .newsleft {
    margin-right: 100px;
  }
  .c_newslistf li .newsleft h3 {
    font-size: 16px;
    padding: 0;
  }
  .c_newslistf li .newsleft h3 a {
    height: 30px;
    line-height: 30px;
  }
  .c_newslistf li .newsleft .c_des {
    font-size: 13px;
  }
  .c_newslistf li .c_more {
    display: none;
  }
  .c_newslistf li:hover {
    background: url(../images/footerback.jpg);
  }
  .c_newslistf li:hover .newsleft h3 a {
    color: #fff;
  }
  .c_newslistf li:hover .c_des {
    color: #fff;
  }
  .c_newslistf li:hover .c_more {
    right: 0;
  }
  .c_about {
    padding: 30px 15px 30px;
  }
  .c_ryzz {
    background: none;
    padding: 0 0 30px;
  }
  .rylist {
    padding-bottom: 30px;
  }
  .rylist li {
    float: left;
    width: 46%;
    height: auto;
    background: none;
    padding: 0;
    margin: 20px 2% 0;
  }
  .rylist li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rylist li:hover a {
    display: none;
  }
  .c_rongxx {
    width: 94%;
    left: 3%;
    margin-left: 0;
    top: 100px;
  }
  .c_rongxx a {
    font-size: 40px;
    top: -70px;
  }
  .c_rongxx img {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: 10px solid #432117;
    box-shadow: 0 0 10px #333 inset;
    background: #fff;
    padding: 15px;
  }
  .c_rongxx .ryjjs {
    padding: 30px 0 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 104px;
    overflow-y: auto;
  }
  .c_yjzx {
    padding: 20px 0;
  }
  .yjlist li {
    float: left;
    width: 48%;
    margin:10px 1% 0;
  }
  .yjlist li a {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  .yjlist li a img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .yjlist li a em {
    position: absolute;
    width: 92%;
    padding: 0 2% 0 6%;
    background: #103f92;
    color: #fff;
    height: 40px;
    line-height: 40px;
    top: 40%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
  }
  .yjlist li a em span {
    float: right;
    height: 40px;
    width: 40px;
    font-family: "宋体";
    text-align: center;
    line-height: 40px;
  }
  .yjlist li:hover em {
    display: block;
  }
  .c_yjzxxx {
    background: #797d94;
    position: relative;
  }
  .zuotu {
    float: left;
    width: 65%;
  }
  .zuotu div {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }
  .zuotu div img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .youzi {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .youzi .jjafs {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 0;
    height: 90%;
    overflow-y: auto;
    color: #fff;
  }
  .youzi .jjafs h1 {
    padding: 40px 0;
  }
  .youzi .c_ssjix {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10%;
    color: #fff;
  }
  .zuotu {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .youzi {
    position: static;
    width: auto;
    height: auto;
    padding: 0 0 20px 0;
  }
  .youzi .jjafs {
    position: static;
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  .youzi .jjafs h1 {
    padding: 10px 0;
    font-size: 18px;
  }
  .youzi .c_ssjix {
    position: static;
    height: auto;
    width: 90%;
    margin: 20px auto 0;
  }
  .c_lyback {
    background: url(../images/batou1.png);
  }
  .ywlylist {
    height: auto;
    padding: 50px 0;
  }
  .ywlylist li {
    width: 50%;
    padding: 20px 0 0;
  }
  .ywlylist li a.c_tupb {
    width: 50px;
    height: 50px;
    background: url(_blank) no-repeat center / auto 80%;
  }
  .ywlylist li h2 {
    font-size: 20px;
  }
  .ywlylist li:hover {
    padding: 20px 0 0;
  }
  .ywlylist li:hover .c_des {
    display: none;
  }
  .ywlylist li:hover .c_xiajan {
    display: none;
  }
  .lylist .hd {
    display: none;
  }
  .shnagxian {
    display: none;
  }
  .c_midtu {
    display: none;
  }
  .c_ywabout {
    margin-bottom: 20px;
    padding: 20px 12px;
  }
  .c_anlitu .hd {
    display: none;
  }
  .c_anlitu .bd {
    padding: 20px 0;
  }
  .c_anlitu .bd li {
    width: 49%;
    /* margin:10px 1% 0; */
  }
  .c_anlitu .bd li:nth-child(3n+3){
    margin-right: 2%;
  }
  .c_anlitu .bd li:nth-child(2n+2){
    margin-right: 0;
  }
  
  .c_anlitu .bd li h3 {
    display: block;
  }
  .c_anlitu .bd li .c_fad {
    display: block;
    width:30px;
    margin:-15px 0 0 -15px
  }
  .c_newsdetail {
    padding: 20px 12px;
  }
  .c_newsdetail h1 {
    font-size: 18px;
  }
  .c_textinfo {
    line-height: 30px;
    height: 30px;
  }
  .c_textinfo span {
    margin-right: 20px;
  }
  .c_textinfo .c_addtime {
    padding-left: 0;
    background: none;
  }
  .c_textinfo .c_numse {
    padding-left: 0;
    background: none;
  }
  .c_textcont {
    padding: 20px 0;
    line-height: 26px;
    min-height: 220px;
  }
  .c_shangsian {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 20px 0 0;
  }
  .c_shangsian a {
    float: left;
  }
  .c_shangsian .c_syy,
  .c_shangsian .c_xyy {
    width: 48%;
    padding: 0;
    margin: 0 1%;
    box-sizing: border-box;
  }
  .c_shangsian .c_syy {
    padding-left: 30px;
    background-position: left center;
  }
  .c_shangsian .c_xyy {
    padding-right: 30px;
    background-position: right center;
  }
  .c_shangsian .liejgi {
    display: none;
  }
  .c_tjtit {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 18px;
  }
  .c_xgtj {
    margin: 20px 0 0;
  }
  .c_xgtj ul li {
    width: 98%;
    margin: 20px 1% 0;
    float: none;
  }
  .c_xgtj ul li .c_date strong {
    font-size: 18px;
  }
  .c_xgtj ul li .c_des {
    margin-left: 90px;
  }
  .c_xgtj ul li .c_des h3 {
    font-size: 16px;
  }
  .c_fenxiang {
    display: none;
  }
  .c_yxjt {
    padding-bottom: 30px;
  }
  .c_xgyx {
    padding: 30px 0 0;
  }
  .c_xgyx .yxlist li {
    width: 48%;
    margin: 0 1%;
  }
  .yxlist {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .yxlist li {
    float: left;
    width: 48%;
    margin: 20px 1% 0;
  }
    .intop{display: none;}
	.syt{position: static;}
}
@media screen and (max-width: 480px) {
    .phoneshow{
        display:block!important;
    }
    .pcshow {
        display:none!important;
    }
.c_Videos ul li{width:48%;margin:10px 1% 0;}
.c_Videos.tji ul{min-height:100px;}
.c_Videos.tji ul li{width:48%;}
.c_Videos ul li .c_spjkk img{height:100% !important;}
.c_Videos ul li .c_spjkk img.c_bmoa{display:none;}
.c_Videos ul li h3{font-size:13px;}
}
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
    /*BEGIN*/
    /*END*/
